Builder

class Builder : GeneratedMessage.Builder<BuilderT> , ModuleConfigProtos.ModuleConfig.NeighborInfoConfigOrBuilder

NeighborInfoModule Config
Protobuf type meshtastic.ModuleConfig.NeighborInfoConfig

Functions

Link copied to clipboard
Link copied to clipboard

Whether the Module is enabled
bool enabled = 1;
Link copied to clipboard

Whether in addition to sending it to MQTT and the PhoneAPI, our NeighborInfo should be transmitted over LoRa.
Note that this is not available on a channel with default key and name.
bool transmit_over_lora = 3;
Link copied to clipboard

Interval in seconds of how often we should try to send our
Neighbor Info (minimum is 14400, i.e., 4 hours)
uint32 update_interval = 2;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getEnabled(): Boolean

Whether the Module is enabled
bool enabled = 1;
Link copied to clipboard

Whether in addition to sending it to MQTT and the PhoneAPI, our NeighborInfo should be transmitted over LoRa.
Note that this is not available on a channel with default key and name.
bool transmit_over_lora = 3;
Link copied to clipboard

Interval in seconds of how often we should try to send our
Neighbor Info (minimum is 14400, i.e., 4 hours)
uint32 update_interval = 2;
Link copied to clipboard
Link copied to clipboard

Whether the Module is enabled
bool enabled = 1;
Link copied to clipboard

Whether in addition to sending it to MQTT and the PhoneAPI, our NeighborInfo should be transmitted over LoRa.
Note that this is not available on a channel with default key and name.
bool transmit_over_lora = 3;
Link copied to clipboard

Interval in seconds of how often we should try to send our
Neighbor Info (minimum is 14400, i.e., 4 hours)
uint32 update_interval = 2;